Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
'0.60.1'
->'0.60.2'
'8.6.0'
->'8.10.0'
'7.17.7'
->'7.17.9'
'0.18.1'
->'0.19.1'
'0.0.22'
->'0.2.2'
'1.1.2'
->'1.1.4'
'2.0.3'
->'2.1.0'
'1.3.2'
->'1.3.3'
'2.0.6'
->'2.0.8'
'1.4.0'
->'1.4.1'
'3.14.2'
->'3.16.1'
'4.1.0'
->'4.2.1'
'0.2.0'
->'0.3.0'
Release Notes
socketry/async-http (async-http)
v0.60.2
Compare Source
elastic/elasticsearch-ruby (elasticsearch)
v8.10.0
Client
API
New Experimental APIs, for internal use:
fleet.delete_secret
fleet.get_secret
fleet.post_secret
New stable APIs:
security.get_settings
- Retrieve settings for the security system indicessecurity.update_settings
- Update settings for the security system indicesNew Experimental API:
query_ruleset.list
List query rulesets.API Changes:
indices.reload_search_analyzers
- Adds parameterresource
changed resource to reload analyzers from if applicablePromoted from Experimental to Beta:
security.create_cross_cluster_api_key
security.update_cross_cluster_api_key
Synonyms namespace update:
All synonym related APIs have been moved to the
synonyms
namespace and some of the endpoints have been renamed, as well as their parameters:synonyms.delete
=>synonyms.delete_synonym
- requiresid
, the id of the synonyms set to be deleted.synonyms.get
=>synonyms.get_synonym
- requiresid
, the name of the synonyms set to be retrieved.synonyms_set.get_synonyms_sets
=>synonyms.get_synonyms_sets
synonyms.put
=>synonyms.put_synonym
- requiresid
of the synonyms set to be created or updated.synonym_rule.put
=>synonyms.put_synonym_rule
- Parameters changed toset_id
(the id of the synonym set to be updated with the synonym rule) andrule_id
(the id of the synonym rule to be updated or created).synonyms.delete_synonym_rule
- Deletes a synonym rule in a synonym setsynonyms.get_synonym_rule
- Retrieves a synonym rule from a synonym setv8.9.0
Compare Source
Client
Helpers
This release introduces two new Helpers in the client:
See Helpers to read more about them.
API
New APIs
cluster.info
- Returns different information about the cluster.New Experimental APIs and namespaces:
This functionality is Experimental and may be changed or removed completely in a future release. Elastic will take a best effort approach to fix any issues, but experimental features are not subject to the support SLA of official GA features.
query_ruleset
query_ruleset.delete
- Deletes a query ruleset.query_ruleset.get
- Returns the details about a query ruleset.query_ruleset.put
- Creates or updates a query ruleset.search_application.render_query
Renders a query for given search application search parameters.security.create_cross_cluster_api_key
- Creates a cross-cluster API key for API key based remote cluster access.security.upate_cross_cluster_api_key
- Updates attributes of an existing cross-cluster API key.synonyms
synonyms.delete
- Deletes a synonym setsynonyms.get
- Retrieves a synonym setsynonyms.put
- Creates or updates a synonyms setsynonym_rule
synonym_rule.put
- Creates or updates a synonym rule in a synonym setsynonyms
synonyms_set.get
- Retrieves a summary of all defined synonym setsv8.8.0
Compare Source
API
minitest-reporters
to>= 1.6
to include showing failures at the end of the test run.New APIs
watcher.get_settings
- Retrieve settings for the watcher system index.watcher.update_settings
- Update settings for the watcher system index.New Experimental APIs
indices.delete_data_lifecycle
- Deletes the data lifecycle of the selected data streamsindices.explain_data_lifecycle
- Retrieves information about the index's current DLM lifecycle, such as any potential encountered error, time since creation etc.indices.get_data_lifecycle
- Returns the data lifecycle of the selected data streams.indices.put_data_lifecycle
- Updates the data lifecycle of the selected data streams.search_application.delete
- Deletes a search application.search_application.delete_behavioral_analytics
- Delete a behavioral analytics collection.search_application.get
- Returns the details about a search application.search_application.get_behavioral_analytics
- Returns the existing behavioral analytics collections.search_application.list
- Returns the existing search applications.search_application.post_behavioral_analytics_event
- Creates a behavioral analytics event for existing collection.search_application.put
- Creates or updates a search application.search_application.put_behavioral_analytics
- Creates a behavioral analytics collection.search_application.search
- Perform a search against a search application.API Changes
clear_scroll
now works with the argumentignore: 404
. Issue on GitHub.ignore: 404
. APIs that were supposed to support this wouldn't parse the parameters correctly. The support it now:security.get_role
,watcher.delete_watch
cluster.get_component_template
,indices.get_data_stream
,indices.get_index_template
,indices.simulate_index_template
,indices.simulate_template
- Addinclude_defaults
(Boolean) parameter: Return all default configurations for the component template (default: false).machine_learning.put_trained_model
- Addswait_for_completion
(Boolean) parameter: Whether to wait for all child operations(e.g. model download) to complete, before returning or not (default: false).machine_learning.start_trained_model_deployment
- Addsdeployiment_id
(String) parameter: The Id of the new deployment. Defaults to the model_id if not set.search
- Addsinclude_named_queries_score
(Boolean) parameter: Indicates whether hit.matched_queries should be rendered as a map that includes the name of the matched query associated with its score (true) or as an array containing the name of the matched queries (false).transform.delete_transform
- Addsdelete_dest_index
(Boolean) parameter: Whentrue
, the destination index is deleted together with the transform. The default value isfalse
, meaning that the destination index will not be deleted.v8.7.1
Compare Source
API Bugfix
logstash.get_pipeline
, fixed in the specificationid
is not a required parameter, so removes raisingArgumentError
when id is not present.v8.7.0
Compare Source
New APIs
health_report
- Returns the health of the cluster.transform.schedule_now_transform
- Schedules now a transform.API Changes
transform.get_transform_stats
- Addstimeout
(Time) parameter. Controls the time to wait for the stats.transform.start_transform
- Addsfrom
(String) parameter. Restricts the set of transformed entities to those changed after this time.ml.delete_job
,ml.reset_job
- Adddelete_user_annotations
(Boolean) parameter. Should annotations added by the user be deleted.ml.clear_trained_model_deployment_cache
,ml.infer_trained_model
,ml.put_trained_model_definition_part
,ml.put_trained_model_vocabulary
,ml.start_trained_model_deployment
,ml.stop_trained_model_deployment
- These APIs are no longer in Beta.elastic/elasticsearch-ruby (elasticsearch-xpack)
v7.17.9
Compare Source
elastic-transport
: #66 - Manticore transport unable to send custom headers withperform_request
Pull Request.v7.17.8
Compare Source
fluent/fluent-plugin-kafka (fluent-plugin-kafka)
v0.19.1
Compare Source
v0.19.0
Compare Source
fluent/fluent-plugin-opensearch (fluent-plugin-opensearch)
v1.1.4
Compare Source
v1.1.3
Compare Source
fluent/fluent-plugin-prometheus (fluent-plugin-prometheus)
v2.1.0
Compare Source
splunk/fluent-plugin-splunk-hec (fluent-plugin-splunk-hec)
v1.3.3
: Fluent Plugin Splunk HEC v1.3.3Compare Source
What's Changed
Full Changelog: splunk/fluent-plugin-splunk-hec@1.3.2...1.3.3
vmware/fluent-plugin-vmware-log-intelligence (fluent-plugin-vmware-log-intelligence)
v2.0.8
: Update to ruby 3.0+, add debugCompare Source
v2.0.7
: Support multiworkers for log-intelligence pluginCompare Source
support multiworkers for log-intelligence plugin
vmware/fluent-plugin-vmware-loginsight (fluent-plugin-vmware-loginsight)
v1.4.1
Compare Source
ohler55/oj (oj)
v3.16.1
Compare Source
v3.16.0
Compare Source
Added the
float_format
option.Expanded the
max_nesting
option to allow integer values as well asthe previous boolean (true or nil).
Skip nesting tests with Truffle Ruby in the json gem tests.
v3.15.1
Compare Source
Add protection against some using
require 'oj/json
, an internal file.Fixed non-json errors when in compat mode.
v3.15.0
Compare Source
omit_null_byte
option when dumping.v3.14.3
Compare Source
prometheus/client_ruby (prometheus-client)
v4.2.1
Compare Source
Codename: If a bug falls in the forest
Bug fixes
#291 Handle
/
in job name inPrometheus::Client::Push
:Previously, if you included a
/
in your job name when using the Pushgateway client,you'd get a
400
error back as we didn't encode it properly. We now base64 encode itper the Pushgateway spec.
It's possible that nobody has hit this bug (
/
is fairly unlikely to appear in a jobname) or that the error message (a
400
from Pushgateway with a complaint about anodd number of path components) didn't make it look like a bug in the Ruby client.
Either way, this hopefully brings us fully in line with the spec!
v4.2.0
Compare Source
Codename: Funny number
Small improvements
#287 Add
Gauge#set_to_current_time
:Does what you'd expect - sets a gauge to the current unix epoch timestamp (including
fractional seconds).
Other client libraries have this and it's about time we did!
miyucy/snappy (snappy)
v0.3.0
Compare Source
Configuration
📅 Schedule: Branch creation - "before 4am" (UTC), Automerge - At any time (no schedule defined).
🚦 Automerge: Enabled.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.
This PR has been generated by Mend Renovate. View repository job log here.